An exploration of w^x + y^x = z^x
w^x + y^x = z^x
w y z x
0,0,0,0
0,0,0,1
2,2,
Method: pick a (w,y), apply some x to them, see if there is an xth root of the result
Methed ex: (2,2), apply 2, result: 8, there is no 2nd root of 8
(1,2)